/* 2019-11-01 10:48:13 */
.bodypage #sitecontent .content_editor,
.bodylistpost #sitecontent .content_editor {
    padding-top: 70px;
}

.project.mlistpost .postContent.content_editor {
    max-width: 100%;
}

.imagelink.ff_slider .module_container {
    max-width: 90%;
    margin: 0 auto;
}

.imagelink .content_list .item_block .item_box:after {
    width: calc(100% - 4px);
    left: 1px;
}

#indexPage .service.ff_slider .item_block {
    width: 100%;
}

/* 2020/03/20 yyq 修改 */
.bodylist.bodyvideom #pageTarget {
    padding: 80px 5% 0;
}
.bodylist.bodyvideom #pageTarget .module_container {
    padding: 50px 0;
}
.bodylist.bodyvideom .npagePage .content {
    padding: 0 5% 80px;
}
.bodylist.bodyvideom .npagePage .tab_content {
    margin-right: -20px;
}
.bodylist.bodyvideom .npagePage .content_list .item_block {
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    border: none;
    float: left;
}
.bodylist.bodyvideom .npagePage .content_list .item_block .date_wrap,
.bodylist.bodyvideom .npagePage .content_list .item_block .details {
    display: none;
}

.bodylist.bodyvideom .npagePage .tab_button {
    display: none;
}
.bodylist.bodyvideom .npagePage .tab_content .item_wrapper {
    display: block;
}

#pages a {
    float: none;
}
/* 2020/03/20 yyq 修改 */
